-
Couldn't load subscription status.
- Fork 13.9k
Move rustdoc tests to appropriate subdirectories #148159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reorganize rustdoc tests into their correct subdirectories for better categorization: - Move lint-related tests to rustdoc-ui/lints/ - Move intra-doc link tests to rustdoc-ui/intra-doc/ - Move deref-related tests to rustdoc-ui/deref/ - Move doc-cfg test to rustdoc/doc-cfg/ This improves test organization and makes it easier to find tests related to specific rustdoc functionality.
|
rustbot has assigned @GuillaumeGomez. Use |
|
I struggle a bit to see the connection between "fixes #136452" (a pull request, not a ticket) and this patch. I don't even see there a comment or anything resembling a TODO item. |
|
The "fixes" comment is wrong but the cleanup is good though. Did you link to the wrong #? |
|
You are correct, I did put the wrong number on the pr! I accidentally added the "Fixes #136452" and it was a general cleanup job. I just removed it from the comment. |
|
Thanks! @bors r+ rollup |
Rollup of 4 pull requests Successful merges: - #148159 (Move rustdoc tests to appropriate subdirectories) - #148218 (Update T-compiler/ops Zulip messages) - #148228 (Run regression test for #147964 on next solver too) - #148237 (citool: Always print a signed percentage in job duration changes) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #148159 - politikl:move-rustdoc-tests-to-subdirs, r=GuillaumeGomez Move rustdoc tests to appropriate subdirectories ## Summary This PR reorganizes rustdoc tests into their correct subdirectories for better categorization and maintainability. ## Changes - Moved 6 lint-related tests to `tests/rustdoc-ui/lints/` - Moved 2 intra-doc link tests to `tests/rustdoc-ui/intra-doc/` - Moved 3 deref-related tests to `tests/rustdoc-ui/deref/` - Moved 1 doc-cfg test to `tests/rustdoc/doc-cfg/` ## Tests All moved tests have been verified and pass in their new locations.
Summary
This PR reorganizes rustdoc tests into their correct subdirectories for better categorization and maintainability.
Changes
tests/rustdoc-ui/lints/tests/rustdoc-ui/intra-doc/tests/rustdoc-ui/deref/tests/rustdoc/doc-cfg/Tests
All moved tests have been verified and pass in their new locations.